home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / smixw130.zip / LOWMEM.H < prev    next >
Text File  |  1997-06-06  |  242b  |  8 lines

  1. /* ██ lowmem.h ████████████████████████████████████████████████████████████ */
  2.  
  3. void *low_malloc(int size, short int *sel);
  4. void low_free(short int sel);
  5.  
  6. /* ████████████████████████████████████████████████████████████████████████ */
  7.  
  8.